@@ -56,7 +56,7 @@ module Agents |
||
56 | 56 |
'calendar_id' => 'you@email.com', |
57 | 57 |
'message' => "{{text}}", |
58 | 58 |
'google' => { |
59 |
- 'key_file' => '/path/to/private.key' |
|
59 |
+ 'key_file' => '/path/to/private.key', |
|
60 | 60 |
'key_secret' => 'notasecret', |
61 | 61 |
'service_account_email' => '' |
62 | 62 |
}, |
@@ -64,11 +64,11 @@ module Agents |
||
64 | 64 |
'visibility' => 'default', |
65 | 65 |
'summary' => "Awesome event", |
66 | 66 |
'description' => "An example event with text. Pro tip: DateTimes are in RFC3339", |
67 |
- 'start': { |
|
68 |
- 'dateTime': '2014-10-02T10:00:00-05:00' |
|
67 |
+ 'start' => { |
|
68 |
+ 'dateTime' => '2014-10-02T10:00:00-05:00' |
|
69 | 69 |
}, |
70 |
- 'end': { |
|
71 |
- 'dateTime': '2014-10-02T11:00:00-05:00' |
|
70 |
+ 'end' => { |
|
71 |
+ 'dateTime' => '2014-10-02T11:00:00-05:00' |
|
72 | 72 |
} |
73 | 73 |
} |
74 | 74 |
} |